'Declaration
Public Function GetWordFontSize( _ ByVal OCRResultID As String, _ ByVal WordIdx As Integer _ ) As Integer
public int GetWordFontSize( string OCRResultID, int WordIdx )
public function GetWordFontSize( OCRResultID: String; WordIdx: Integer ): Integer;
public function GetWordFontSize( OCRResultID : String, WordIdx : int ) : int;
public: int GetWordFontSize( string* OCRResultID, int WordIdx )
public: int GetWordFontSize( String^ OCRResultID, int WordIdx )
Parameters
- OCRResultID
- WordIdx